-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
changes for bugfix fractions #110
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mvertens
approved these changes
Oct 7, 2020
I've ran the RTs for ufs-s2s using this branch with the bug restored (ie, in med_frac_mod, switching back to mapnstod_consf for all instances of nems) and all files reproduce w/ the exception of the mediator restart. Those fail only because of the field atmFrac_ofrac which is not used by the atm. The changes in CMEPS required for CESM do not impact NEMS, as expected. |
11 tasks
jedwards4b
added a commit
to jedwards4b/CMEPS
that referenced
this pull request
Jun 9, 2022
format of neon data listing changed
uturuncoglu
added a commit
to uturuncoglu/CMEPS
that referenced
this pull request
Mar 13, 2024
Sync w/ ESCOMP, adding CDEPS inline capability to CMEPS
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description of changes
Bug fixes and cleanup of map and fractions mod
Specific notes
This fixes a substantial bug in that the ice/ocean mask was mapped from the ocean mesh to the atm mesh using conservative mapping with a normtype of DSTFRAC rather than a normtype of DSTAREA. The result was that the land fraction on the atm mesh was always just 0/1 and the ocean fraction in non-polar regions was 0/1 on the coasts. This PR fixes this.
Also, as part of this PR a clean up of
med_map_mod.F90
was done for generating the maps that were needed bymed_fraction_mod.F90.
Contributors other than yourself, if any: mvertens
CMEPS Issues Fixed (include github issue #): #106
Are changes expected to change answers?
Any User Interface Changes (namelist or namelist defaults changes)?
Testing performed if application target is CESM:(either UFS-S2S or CESM testing is required):
Testing performed if application target is UFS-S2S:
Hashes used for testing:
CESM:
(cime is on master, hash 516f7c2755)
UFS-S2S, then umbrella repostiory to check out and associated hash: